home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / frog_day.swf / scripts / DefineButton2_338 / BUTTONCONDACTION on(keyPress Up).as < prev   
Encoding:
Text File  |  2007-03-20  |  60 b   |  5 lines

  1. on(keyPress "<Up>"){
  2.    M1 = "U";
  3.    gotoAndPlay(33);
  4. }
  5.